home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / reporter / pstatus.dfm / pstatus.txt
Encoding:
Text File  |  1996-09-15  |  966 b   |  53 lines

  1. object PrintStatusForm: TPrintStatusForm
  2.   Left = 200
  3.   Top = 99
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 216
  7.   ClientWidth = 160
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   TextHeight = 16
  16.   object Label2: TLabel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 44
  20.     Height = 16
  21.     Alignment = taCenter
  22.     Caption = 'Label2'
  23.   end
  24.   object Label3: TLabel
  25.     Left = 16
  26.     Top = 40
  27.     Width = 44
  28.     Height = 16
  29.     Alignment = taCenter
  30.     Caption = 'Label3'
  31.   end
  32.   object ProgressGauge: TGauge
  33.     Left = 16
  34.     Top = 64
  35.     Width = 97
  36.     Height = 89
  37.     Kind = gkPie
  38.     BorderStyle = bsNone
  39.     ForeColor = clBlue
  40.     Progress = 0
  41.   end
  42.   object CancelButton: TButton
  43.     Left = 16
  44.     Top = 168
  45.     Width = 97
  46.     Height = 33
  47.     Cancel = True
  48.     Caption = '&Cancel'
  49.     TabOrder = 0
  50.     OnClick = CancelButtonClick
  51.   end
  52. end
  53.